A. By Debugging
B. Can not be done
C. By Tracing
D. By Stopping
Advertisement
Related Mcqs:
- The .NET Framework provides a runtime environment called_______________?
- A. CLR B. RMT C. RC D. RCT...
- We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
- A. page_laod event in aspx page B. page_load event in code-behind C. both will run simultaneously D. None of these...
- The first event triggers in an aspx page is__________________?
- A. Page_Load() B. Page_Init() C. Page_click() D. Page_doubleclick()...
- Which of the following is used to write error message in event Log File ?
- A. System.EnterpriseServices B. System.Diagnostics C. System.Data D. All of the above...
- The first event to be triggered in an aspx page is?
- A. Page_Init() B. Page_Load() C. Page_click() D. None of these...
- The first event to be triggered in an aspx page is__________________?
- A. Page_Init() B. Page_Load() C. Page_click() D. None of the above...
- Attribute must be set on a validator control for the validation to work.
- A. ValidateControl B. ControlToValidate C. ControlToBind D. Validate...
- Which of the following denote ways to manage state in an ASP.Net Application ?
- A. Application objects B. Session objects C. ViewState D. All of the above...
- What is/are the predefined TraceListener(s) in ASP.Net?
- A. EventLogTraceListener B. TextWriterTraceListener C. DefaultTraceListener D. All of the above...
- Which of the following is used to send email message from my ASP.NET page?
- A. System.Web.Mail.SmtpMail B. System.Web.Mail.MailMessage C. Both A and B D. None of these...
Advertisement